home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / main.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  192 b   |  11 lines

  1. on exitFrame
  2.   repeat with x = 1 to 6
  3.     if soundBusy(x) then
  4.       set the volume of sound x to 255
  5.       sound stop x
  6.     end if
  7.   end repeat
  8.   cursor(200)
  9.   go("welcomeBack", "intro")
  10. end
  11.